Xceed .NET Libraries Documentation
Xceed.SSH.Core Assembly / Xceed.SSH.Core Namespace / SSHNameList Class / Write Method / Write(Stream,List<String>) Method


In This Topic
    Write(Stream,List<String>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function Write( _
       ByVal stream As Stream, _
       ByVal names As List(Of String) _
    ) As Integer
    'Usage
     
    Dim stream As Stream
    Dim names As List(Of String)
    Dim value As Integer
     
    value = SSHNameList.Write(stream, names)
    public static int Write( 
       Stream stream,
       List<string> names
    )

    Parameters

    stream
    names
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also